home *** CD-ROM | disk | FTP | other *** search
- |currentlistento|
- windowtitle `"string" = CurrentListenTo
- printlf `Returns the "PortName" of the most
- printlf `recent ListenTo.
- end
-
- |currentspeakto|
- windowtitle `"string" = CurrentSpeakTo
- printlf `Returns the "PortName" of the most
- printlf `recent SpeakTo.
- end
-
- |messageerrorcode|
- windowtitle `<integer> = MessageErrorCode`
- printlf `The error code from the previous Return
- printlf `message.
- printlf
- print `SEE ALSO: `
- subject `MessageReturned`MessageReturned`
- end
-
- |messagereturned|
- windowtitle `"string" = MessageReturned`
- printlf `The most recently returned message.`
- printlf
- print `SEE ALSO: `
- subject `MessageErrorCode`MessageErrorCode`
- end
-
- |themessage|
- windowtitle `"string" = TheMessage`
- printlf `The last message received through
- printlf `ListenTo.`
- end
-
-